PicoCTF2022 - GDB Test Drive
Description
Can you get the flag? Download this binary. Here's the test drive instructions:
$ chmod +x gdbme
$ gdb gdbme
(gdb) layout asm
(gdb) break *(main+99)
(gdb) run
(gdb) jump *(main+104)
Information
Point Value: 100 points
Category: Reverse Engineering
Hints
(None)
Solution
Download the binary. Follow the instructions given in the description. The flag can be found at the end.